FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / BandCollection Class / AddRange Method / AddRange(String[]) Method
Band names.

In This Topic
    AddRange(String[]) Method
    In This Topic
    Creates IBand objects with names specified in the elements of the specified collection and adds it to the end of the IBandCollection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddRange( _
       ByVal ParamArray childNames() As String _
    ) 
    public void AddRange( 
       params string[] childNames
    )

    Parameters

    childNames
    Band names.
    See Also